From 9959a7a99227d965830c1cf63704b20d865e1107 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Mon, 24 Mar 2014 05:22:46 +0000 Subject: [PATCH] rsync: don't use internal zlib library Signed-off-by: Luka Perkov SVN-Revision: 40014 --- net/rsync/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 69679f686..f66c694f1 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rsync PKG_VERSION:=3.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync/src @@ -25,7 +25,7 @@ define Package/rsync CATEGORY:=Network SUBMENU:=File Transfer TITLE:=Fast remote file copy program (like rcp) - DEPENDS:=+libpopt + DEPENDS:=+libpopt +zlib URL:=http://rsync.samba.org/ endef @@ -50,6 +50,7 @@ endef CONFIGURE_ARGS += \ --with-included-popt=no \ + --with-included-zlib=no \ --disable-debug \ --disable-locale \ --disable-xattr-support \ -- 2.30.2